home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000101_jaltman@watsun.cc.columbia.edu_Mon Nov 18 18:34:45 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  48 lines

  1. Article: 13867 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Kermit-FTP and SSL
  6. Date: 18 Nov 2002 23:32:06 GMT
  7. Organization: Columbia University
  8. Lines: 31
  9. Message-ID: <arbt9m$heg$1@newsmaster.cc.columbia.edu>
  10. References: <684be77d.0211151031.2ed9f7b5@posting.google.com> <ar3lte$l1p$1@newsmaster.cc.columbia.edu> <684be77d.0211180859.13f8daff@posting.google.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1037662326 17872 128.59.39.2 (18 Nov 2002 23:32:06 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 18 Nov 2002 23:32:06 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13867
  16.  
  17. In article <684be77d.0211180859.13f8daff@posting.google.com>,
  18. John Haines <jhaines@benplan.com> wrote:
  19. : A few more questions.  I want to automated the entire connection and
  20. : transfer process.    However, with SSL enabled connections, you are
  21. : asked for your private passphrase when making a connection.  To
  22. : eliminate the prompting for the phassphrase I unencrypted the private
  23. : key and placed it in a secure place.  I used the following command to
  24. : create the unencrypted private key file.
  25. :      openssl dsa -in encrypted-key-file -out unencrypted-key-file
  26. : Is this the correct way to accomplish this?  
  27.  
  28. yes
  29.  
  30. : Now, I have only one more
  31. : prompt to eliminate.  We are generating our own certificate for our
  32. : FTP Server.  How do I eliminate this warning?
  33.  
  34. You create a CA certificate; you use it to sign your host's Cert Request
  35. and produce a Host Cert; then you add your CA cert to the verify list on
  36. the client.
  37.  
  38. All described in 
  39.  
  40.   http://www.kermit-project.org/security.html
  41.  
  42.  Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
  43.  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  44.  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
  45.  kermit-support@columbia.edu               OpenSSL.
  46.